chore(vault): update rustyvault to v0.3.0#1341
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates rustyvault dependency from v0.2.2 to v0.3.0, requiring API migration from Core to RustyVault struct. This change affects vault integration and test code.
- Migrates from rusty_vault
CoretoRustyVaultAPI - Updates vault initialization and operation methods
- Modernizes string formatting patterns across the codebase
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| vault/Cargo.toml | Comments out tag specification for rusty_vault dependency update |
| vault/src/integration/vault_core.rs | Migrates from Core to RustyVault API with new initialization pattern |
| vault/src/pki.rs | Simplifies test setup by replacing manual vault configuration with VaultCore wrapper |
| jupiter/src/storage/vault_storage.rs | Updates SeaORM query method from deprecated select_column to select_only |
| jupiter/src/storage/init.rs | Modernizes assertion patterns from assert_eq! to assert! |
| Multiple files | Updates string formatting from format! macro to string interpolation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
yyk808
enabled auto-merge
August 24, 2025 00:10
genedna
approved these changes
Aug 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related: #1317